home *** CD-ROM | disk | FTP | other *** search
- Path: sourcery.han.de!not-for-mail
- Newsgroups: comp.sys.amiga.programmer
- References: <4e17ft$mk3@toad.stack.urc.tue.nl>
- From: "Olaf Barthel" <olsen@sourcery.han.de>
- Date: Tue, 23 Jan 1996 20:52:06 +0100
- X-NewsReader: IntuiNews 1.3a (7.9.95)
- Subject: Re: SetAfPt() in 3.0?
- Message-ID: <13213514@sourcery.han.de>
-
- In Article <4e17ft$mk3@toad.stack.urc.tue.nl>, Jaco Schoonen <jaco@stack.urc.tue.nl> wrote:
- > Hmmm, this is strange:
- >
- > In my 2.04 reference manual a function 'SetAfPt()' of the graphics.library
- > is explained to set the areafillpattern.
- > In my V40 autodocs those routine is not mentioned :-(
-
- No surprise, SetAfPt() is not a system call but a macro which is
- implemented by stuffing pattern pointer and pattern size into the
- RastPort.
-
- > The modules that came with AmigaE are the latest and the E-compiler
- > complains that it's an unknown function if I try to use it.
- >
- > So, am I stupid, or was this function removed after 2.04? If so, is there
- > another way of setting the AreaFillPattern?
-
- You could use BltPattern() instead and directly pass in the pattern
- data. graphics.library will end up doing just the same when called
- through RectFill().
-
- --
- Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
- Net: olsen@sourcery.han.de
-